- How these portable solar panels are saving me $30 a month - and what else to know
- I replaced my iPhone with an e-paper Android handset - here's my verdict after a month
- Darcula Phishing as a Service Operation Snares 800,000+ Victims
- Rethinking digital transformation for the agentic AI era
- This stuff is way better than super glue
Juniper Interface Commands
Juniper has the corresponding command to disable/enable interfaces in Junos OS as below –
– To Juniper disable interface:
root@Juniper# set interfaces ge-0/0/1.0 disable << This is cisco equivalent of “shutdown”
– To Juniper enable interface:
root@Juniper# delete interfaces ge-0/0/1.0 disable << This is cisco equivalent of “no shutdown”
Verification:
root@Juniper#show ge-0/0/1.0
root@Juniper# run show interfaces ge-0/0/1.0 terse